home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994…tember: Reference Library / Dev.CD Sep 94.toast / Periodicals / develop / develop Issue 19 / develop 19 code / SimpliFace_V2 / buildSimpliFace2 < prev    next >
Encoding:
Text File  |  1994-05-01  |  294 b   |  17 lines  |  [TEXT/MPS ]

  1. # build script for SimpliFace2
  2.  
  3. unset bcount
  4. unexport bcount
  5. if "`exists buildcount`"
  6.     execute buildcount
  7. end
  8. evaluate bcount += 1
  9. export bcount
  10. set bcount > buildcount
  11. echo "export bcount" >> buildcount
  12. echo "Build "{bcount}" of SimpliFace2"
  13.  
  14. make -f SimpliFace2.make > make.out
  15. make.out
  16.  
  17. beep